home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(keyPress q).as < prev    next >
Encoding:
Text File  |  2005-08-04  |  110 b   |  8 lines

  1. on(keyPress "q"){
  2.    if(gameRunning)
  3.    {
  4.       gamePaused = false;
  5.       GamePiece.gameOver();
  6.    }
  7. }
  8.